home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Core Concepts in Art 2
/
Core Concepts in Art (Frames of Reference)(The McGraw-Hill Companies)(2004).iso
/
mac
/
media
/
guess.swf
/
scripts
/
DefineButton2_62
/
BUTTONCONDACTION on(release).as
next >
Wrap
Text File
|
2003-11-28
|
480b
|
18 lines
on(release){
i = 0;
while(i <= _root.howManyChapters)
{
_parent["incorrectChapt" + i] = undefined;
if(i > _root.dropChapters - 1)
{
_parent.pickChapter_mc["chapter" + i].arrow_mc._visible = 0;
_parent.pickChapter_mc["chapter" + i].chapter_txt._alpha = 50;
}
i++;
}
_parent.pickChapter_mc._visible = 1;
_parent.searchPopUp_mc._visible = 0;
_parent.guess_mc._visible = 0;
this._visible = 0;
}